home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / crr0130.arc / CRR.DOC < prev    next >
Text File  |  1991-11-22  |  25KB  |  695 lines

  1.  
  2.  
  3.  
  4.                          =============================                         =============================                         =============================
  5.                          = CRR - CP/M offline reader =                         = CRR - CP/M offline reader =                         = CRR - CP/M offline reader =
  6.                          =============================                         =============================                         =============================
  7.  
  8.  
  9.                          Documentation for version 1.30                         Documentation for version 1.30
  10.  
  11.  
  12.  
  13.      ____________     ____________     ____________     Introduction     Introduction     Introduction
  14.  
  15.      CRR     CRR works with Fidonet bulletin boards allowing you to read your
  16.      messages offline (which is supposed to save you money). You download
  17.      the messages in a batch, view them at leisure, and upload your replies
  18.      in another batch.
  19.  
  20.      CRR     CRR works in conjunction with Mike Ratledge's XRSDoor which can be
  21.      found on QBBS, RemoteAccess, and SuperBBS bulletin boards bulletin
  22.      boards, and is the CP/M equivalent of XRS. XRSDoor used to be called
  23.      variously: QMX, RAX, RAQMX, and RQSeX. CRR will work with Opus,
  24.      Maximus, and XBBS boards when the interface software for these is
  25.      written. CRR also works with Rudi Kuster's XCS (PKT2XRS) 0.47 and
  26.      later.
  27.  
  28.      To be able to use CRR you will need ARK.COM or ARC.COM, UNARC.COM or
  29.      UNZIP.COM, and a text editor which can take a filename as a command
  30.      line argument. For a long time I have used VDE. I now use ZDE, the
  31.      descendent of CP/M VDE. I recommend it.
  32.  
  33.      If you're not using CRR on an Amstrad CPC/PCW or Sinclair Spectrum +3
  34.      in CP/M Plus, you'll need to install it for your terminal. This is
  35.      done by using the supplied program CRRINST.
  36.  
  37.      ----------------------------------------------------------------------
  38.  
  39.      CRR is copyright (C) 1990,1991 Paul Martin.     CRR is copyright (C) 1990,1991 Paul Martin.
  40.  
  41.      CRR is shareware. You are allowed to use it for evaluation purposes
  42.      for a month. After that time you should register it. CRR is not
  43.      crippled if you don't register -- I leave the persuasion to your
  44.      conscience and peer pressure. Please see the file REGISTER.CRR for
  45.      further details.
  46.  
  47.      No charge must be made for CRR's propagation other than that of the
  48.      cost price of the media on which it is distributed. In particular,
  49.                       not     this program may not be distributed by shareware or public domain
  50.                                     express written permission     libraries without the author's express written permission.
  51.  
  52.      No responsibility whatsoever can be taken for any effects of using
  53.                                               as is     this software. This software is supplied as is, and no warranty,
  54.      express or implied, is given for this software.
  55.  
  56.      ----------------------------------------------------------------------
  57.  
  58.      Paul Martin, 85 Hollin Lane, Middleton, Manchester, GB M24 3FE
  59.      Fidonet: Paul Martin 2:250/107         Internet: pm.nowster@tharr.uucp
  60.  
  61.  
  62.  
  63.                            (c) 1990,1991 Paul Martin
  64.  
  65.  
  66.  
  67.      Page [2]                                        CRR 1.30 Documentation
  68.  
  69.      _______ __     _______ __     _______ __     Setting up     Setting up     Setting up
  70.  
  71.      Create a file called DEFAULTS.CRR. This file is not necessary for CRR
  72.      to function, but it allows you to configure your copy. The file should
  73.      contain pairs of lines of the form
  74.  
  75.              PROPERTY
  76.              value
  77.  
  78.      You do not have to specify everything. The properties are:
  79.  
  80.      SCREEN    The length of your screen in lines. (Defaults to 20)
  81.  
  82.      DRIVE     The drive on which the message packet files can be found.
  83.                (eg. B:) (Defaults to current drive)
  84.  
  85.      FASTDRIVE The drive on which temporary files should be put (eg. a
  86.                RAMdisc) (Defaults to current drive)
  87.  
  88. |    PACKER    This tells CRR what to call to start your archive program.
  89. |              CRR substitutes $1 with the name of the archive, and $2 with
  90. |              the intermediate file to be packed. To include a $ in the
  91. |              line use $$.
  92. |              (Defaults to "ARK $1 $2")
  93.  
  94. |    EDITOR    This tells CRR what to call to run your editor. CRR
  95. |              substitutes $1 with the name of the file to be edited. To
  96. |              include a $ in the line use $$.
  97. |              (Defaults to "VDE $1")
  98.  
  99.      SIGN      A one line "signature" that will be put on the bottom of
  100.                every message you write. You can specify up to nine different
  101.                signatures. After the last one you should leave a blank line.
  102.  
  103.      SOFTCR    This property, which has no accompanying value, tells CRR
  104.                that you are using VDE in Ascii mode, and so it can leave
  105.                paragraph formatting to the bulletin board.
  106.  
  107.      KLUDGES   This property, which has no accompanying value, allows CRR to
  108.                display the Fidonet "kludge" lines starting with CTRL-A in
  109.                messages. (Advanced feature)
  110.  
  111.      USEPID    This property, which has no accompanying value, forces CRR to
  112.                use the ^aPID: kludge instead of putting its name on the
  113.                "---" tear line. (Advanced feature)
  114.  
  115. |    PADNULL   If your sysop complains that your messages are producing "bad
  116. |              packet" errors, you can try including this option. (It
  117. |              switches from padding the end of your reply PKT file with end
  118. |              of file characters to padding with nulls).
  119.  
  120. |    SUMMSKIP  Setting this makes the summary display skip all the preamble
  121. |              and just display the "Messages that you selected to read".
  122.  
  123.  
  124.  
  125.  
  126.                            (c) 1990,1991 Paul Martin
  127.  
  128.  
  129.  
  130.      Page [3]                                         CRR 1.30 Documentation
  131.  
  132.      ORIGIN    The name put in the origin line of messages. More than one
  133.                bulletin board can be specified. There should be a blank line
  134.                after the last entry. The lines contain the node number of
  135.                the bulletin board, a space, and the origin text.
  136.                (eg. 250/107 Aspects, Manchester UK [061-792 0260])
  137.  
  138.      Please note that origin lines are a contentious issue. If the bulletin
  139.      board provides an XORIGIN.XRS file in the message packet, that will be
  140.      used by CRR in preference to the one in your defaults file. Put any
  141.      personal "marks" in the signature line -- that's what it's there for.
  142.  
  143.      It may be that the bulletin board allows you to use your own origin
  144.      line for some message areas, but not others.
  145.  
  146.      An example file might be:
  147.  
  148.              ORIGIN
  149.              250/107 ASPECTS, Manchester UK [+44 617920260]
  150.              250/102 /\/\erkinstead, Manchester [+44 614347059]
  151.  
  152.              SIGN
  153.              CP/M systems never die, they just get more BIOSed with age.
  154.              There's life in CP/M yet.
  155.  
  156.              SCREEN
  157.              21
  158.              SOFTCR
  159.              SUMMSKIP
  160.              DRIVE
  161.              B:
  162.              EDITOR
  163.              ZDE16 $1 /A
  164.              PACKER
  165.              B:ARK $1 $2
  166.  
  167.      Having set up the defaults file, put your editor and packer in the
  168.      places that CRR can find them.
  169.  
  170.      You should then configure CRR for your screen using CRRINST.
  171.  
  172.      (Currently the screen is set up to clear the screen on the sequence
  173.      "ESC-E ESC-H", turn on inverse video with "ESC-p", and turn it off
  174.      with "ESC-q". This is for a Heath H19, Zenith or VT52 terminal
  175.      emulator.)
  176.  
  177.      Configure your editor to word wrap. This will make things simpler when
  178.      people quote your messages.
  179.  
  180.  
  181.      The next step is to log on to the bulletin board, enter its XRSDoor
  182.      section, configure it to read the message areas you want, and select
  183.      the PKZIP or PKARC packing method. This can seem daunting, but it only
  184.      needs to be done once. Then get XRSDoor to pack the messages. You will
  185.      then be asked to download the file BAT1MAIL.ZIP or BAT1MAIL.ARC (this
  186.      is your message packet). Log off the bulletin board. Later versions of
  187.      XRSDoor support named mail packets (such as ASPECTS1.ZXR or
  188.  
  189.                            (c) 1990,1991 Paul Martin
  190.  
  191.  
  192.  
  193.      Page [4]                                        CRR 1.30 Documentation
  194.  
  195.      ASPECTS1.AXR). These have the same structure.
  196.  
  197.      The program UNZIP099.COM truncates certain files, and so should not be
  198.      used. If you want to use ZIP compression, use the UNZIP program by
  199.      Dave Goodenough -- not only does it work properly, but it is also
  200.      about eight times smaller. It is supplied with CRR.
  201.  
  202.      Unpack the message packet by typing
  203.  
  204.              UNARC A:BAT1MAIL B:
  205.              or
  206.              UNARC A:ASPECTS1.AXR B:
  207.              or
  208.              UNZIP A:ASPECTS1.ZXR
  209.  
  210.      or whatever necessary to put the messages where CRR has been told to
  211.      expect them.
  212.  
  213.      Out of the packet should come
  214.  
  215.              AREAS1.XRS
  216.              BAT1MAIL.XRS
  217.              MAIL1IDX.XRS
  218.              SUMMARY1.XRS
  219.              USER1.XRS
  220.              and possibly a few other files with the XRS extension.
  221.  
  222.      You now have enough to start using CRR.
  223.  
  224.  
  225.      UNZIP.COM     UNZIP.COM     UNZIP.COM
  226.  
  227.      This program, which is included in the CRR archive, is the latest
  228.      version of an archive extractor program for ZIP-type archives. The
  229.      original author is Dave Goodenough (dg@pallio.uucp). Several
  230.      modifications have been made to the original.
  231.  
  232.      The syntax of UNZIP is:
  233.  
  234.              UNZIP filename [C]
  235.  
  236.      UNZIP extracts to the current drive. The file must be a PKZIP-
  237.      compatible archive. The optional argument C prevents extraction.
  238.  
  239.      The program cannot extract just part of an archive -- it extracts it
  240.      in its entirety. Error detection is minimal.
  241.  
  242.      However the program is small, and works.
  243.  
  244.      Please note that it will only work with files produced by PKZip 1.10|    Please note that it will only work with files produced by PKZip 1.10
  245. |    and earlier.|    and earlier.
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.                            (c) 1990,1991 Paul Martin
  253.  
  254.  
  255.  
  256.      Page [5]                                        CRR 1.30 Documentation
  257.  
  258.      _____ ___     _____ ___     _____ ___     Using CRR     Using CRR     Using CRR
  259.  
  260.      Assuming that you have an unpacked packet, enter the program CRR. (It
  261.      is important that you run CRR on the current drive, and that the file
  262.      CRR.000     CRR.000 is on the current drive too).
  263.  
  264.      After about 15-30 seconds of disc drive whirring you should get a
  265.      copyright message from the XRSDoor package. You will be asked to press
  266.      a key. If you have a correct origin line set it will also be displayed
  267.      at this time.
  268.  
  269.      You will be then shown the main menu which gives you the following
  270.      options:
  271.  
  272.              (R)ead messages [all]
  273.              (M)y mail only
  274.              (O)ne area only
  275.              (S)elect message from summary
  276.  
  277.              (E)nter new message
  278.              (N)etmail enter
  279.  
  280.              (V)iew replies
  281.              (P)ack the responses
  282.  
  283. |            (X)ternal command
  284.              (Q)uit
  285.  
  286.      You will not get the netmail option if you have not been allowed to
  287.      send netmail by the sysop of the board you are using.
  288.  
  289.      Packing messages should be the last thing done before you next log on
  290.      to the bulletin board. If there are no replies at the moment, the (V)
  291.      and (P) options do not appear.
  292.  
  293.      Reading messages     Reading messages     Reading messages
  294.  
  295.              (R)ead messages [all]
  296.              (M)y mail only
  297.              (O)ne area only
  298.              (S)elect message from summary
  299.  
  300.      These options allow you to read the messages you have downloaded.
  301.  
  302.             R     Option R shows all the messages in the order they were downloaded.
  303.  
  304.             M     Option M shows you all the mail addressed to you.
  305.  
  306.             O     Option O shows you a menu of available message areas, allowing you to
  307.      read the messages in only one area. You enter the number which is
  308.                                       Q     associated with the area name or Q to quit.
  309.  
  310.             S     Option S shows the summary file a screen at a time, allowing you to
  311.                      +     -     browse it using + and -. You can also type in the number of the
  312. |    message at which you wish to start reading. If the SUMMSKIP option is
  313. |    set then there will be a delay of a few seconds while the summary file
  314.  
  315.                            (c) 1990,1991 Paul Martin
  316.  
  317.  
  318.  
  319.      Page [6]                                        CRR 1.30 Documentation
  320.  
  321. |    preamble is skipped. If you press any key whilst it is "skipping" or
  322. |    displaying the summary file, it will stop and allow you to enter your
  323. |    choice.
  324.  
  325.      While you are reading a message, CRR will pause after every screen.
  326.            SPACE                            ENTER    RETURN|    Press SPACE to see the next screenful, ENTER or RETURN to show the
  327. |    next line. Any other key will be taken as a menu selection. You can
  328.      also press a menu selection key while the message is displaying -- it
  329.      will be acted upon immediately. (This is similar to "hotkeys" on
  330.      bulletin boards).
  331.  
  332.      At the end of a message you will be shown a menu:
  333.  
  334.      [1456-3243] (R)eply (-+) (N)ext (P)rev Hardcop(y) e(X)port (S)ave (Q)uit:
  335.  
  336.             R     Option R allows you to reply to a message. Upon selecting this option,
  337.      you will be asked whether you want to quote the current message in
  338.                                    Y  N     G           G     your reply. The responses are Y, N and G. Response G allows the tear
  339.      lines "--- CRR 1.30", origin lines " * Origin: Aspects...", and
  340.      signature lines "... Paul" to be quoted.
  341.  
  342.              N     P     Options N and P move you forwards and backwards through the messages.
  343.  
  344.              -     +     Options - and +, when shown, allow you to follow a "thread" of
  345.                                    -    +     messages. If the message that - or + would take you to is not
  346.      available, nothing will happen. (This function will only work properly
  347.      with XRS-Door/RAQMX 1.40 and later).
  348.  
  349.             Y                                                If there is no     Option Y prints out the current message on the printer. If there is no
  350.      printer attached your computer may crash if you select this option.     printer attached your computer may crash if you select this option.
  351.  
  352.             X     Option X prints out the current message to a file. You will be asked
  353.      for the file name. If the file exists the message will be tagged on to
  354.      the end of existing file.
  355.  
  356.             S     Option S saves your position and exits CRR. When you subsequently
  357.      restart CRR it will resume at that same point.
  358.  
  359.             V     Option V [not listed] shows the current message again (useful if it's
  360.      very long).
  361.  
  362.      Entering new messages     Entering new messages     Entering new messages
  363.  
  364.              (E)nter new message
  365.              (N)etmail enter
  366.  
  367.             E     Option E allows you to enter a new message in a particular area. You
  368.      will be shown a menu of area names. Enter the number associated with
  369.                       Q     the area name or Q to quit. You will then asked who the message is to,
  370.      and what subject the message should have.
  371.  
  372.             N     Option N, if present, allows you to enter a netmail message. You will
  373.      be asked who the message is to, the netmail address to which this
  374.      message should be sent, and the subject of the message.
  375.  
  376.  
  377.  
  378.                            (c) 1990,1991 Paul Martin
  379.  
  380.  
  381.  
  382.      Page [7]                                        CRR 1.30 Documentation
  383.  
  384.      To send a netmail message, you will need the FidoNet address of the
  385.      recipient. This should be typed in the normal format. Acceptable
  386.      address types are:
  387.  
  388.              250/107
  389.              250/107.3
  390.              2:250/107
  391.              2:250/107.3
  392.  
  393.  
  394.      Message editing     Message editing     Message editing
  395.  
  396.      When editing a message, do not touch the top four lines:
  397.  
  398.              To: Xxxxx Yyyyyy
  399.              Subject: Test message
  400.              Area: General
  401.  
  402.              Rhubarb rhubarb rhubarb
  403.              rhubarb rhubarb custard
  404.  
  405.      You can edit the name following the To:, and the Subject, but if you
  406.      change the order of the To:, Subject: or Area: lines your message will
  407. |    be ignored. You may also edit the Area: line. CRR will try to match
  408. |    the area you give firstly with the sysop's name for that area (eg.
  409. |    Local Chatter), then with the area's tag (eg. CHATTERBOX), and finally
  410. |    interpret it as an area's number (eg. 25). The area name can be
  411. |    entered in any case (eg. cHaTTerBoX would match with CHATTERBOX).
  412.  
  413.      There should be a blank line after the Area: line.
  414.  
  415.      If the bulletin board is using a new version of XRSDoor, you will see
  416.      a line with REPLY and a series of numbers at the start of the reply.
  417.      Write beneath it and don't touch it -- it's used by some bulletin
  418.      boards to link together message threads.
  419.  
  420.      When you've finished editing, use the "Save and Exit" function of your
  421.      editor. In VDE/ZDE this is CTRL-K X. You will be automatically be
  422.      returned to CRR.
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.  
  441.                            (c) 1990,1991 Paul Martin
  442.  
  443.  
  444.  
  445.      Page [8]                                        CRR 1.30 Documentation
  446.  
  447.      Viewing and Packing up     Viewing and Packing up     Viewing and Packing up
  448.  
  449.              (V)iew replies
  450.              (P)ack the responses
  451.  
  452. |            (X)ternal Command
  453.              (Q)uit
  454.  
  455.             V     Option V shows you what messages you have written, and allows you to
  456.      edit them again, or delete them.
  457.  
  458.             P     Option P packs up the outgoing messages into an archive to be sent to
  459.      the bulletin board. While it is doing this it displays a summary of
  460.      what it is doing. When the packing has completed you will be left in
  461.      CP/M.
  462.  
  463.             X|    Option X allows you to execute a CP/M command and return to CRR.
  464.  
  465.             Q     Option Q quits CRR and returns to CP/M.
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503.  
  504.                            (c) 1990,1991 Paul Martin
  505.  
  506.  
  507.  
  508.      Page [9]                                        CRR 1.30 Documentation
  509.  
  510.      ____ ________     ____ ________     ____ ________     User Requests     User Requests     User Requests
  511.  
  512.      All versions of XRS-Door from 1.44 onwards support "user requests".
  513.  
  514.      A user request is a message you send to XRS-Door to turn on/off
  515.      message areas and request files.
  516.  
  517.      To send a request you put a message addressed to XRS in the LOCAL area
  518.      (area 0). The subject is irrelevant. You then put your requests in the
  519.      body of the message.
  520.  
  521.      To turn on a message area put that area's tag (eg. CPM), the sysop's
  522.      name for it (eg. CPM Echo), or the area number (as shown by the "One
  523.      message area only" option) on one line. If the area name has a dot in
  524.      it, you should "escape" the name by putting a "`" in front of the
  525.      name. The case is not significant.
  526.  
  527.      To turn off a message area you do the same as to turn it on, except
  528.      that you put a minus (-) in front of the name.
  529.  
  530.      To request a file (which will be sent with your mailbag) just put its
  531.      name on a line. The sysop may have turned off the file request
  532.      feature. Please note that any requests containing any of "*?\:" will
  533.      be ignored.
  534.  
  535.      For example:
  536.  
  537.              To: XRS
  538.              Subject: Irrelevant
  539.              Area: LOCAL
  540.  
  541.              CPM
  542.              amstrad
  543.              -IBM
  544.              `ENET.SYSOP
  545.              34
  546.              -56
  547.              `-comp.os.cpm
  548.              CRR0130.ZIP
  549.              ZDE16.LBR
  550.  
  551.      would request that areas CPM, AMSTRAD, ENET.SYSOP, and number 36 are
  552.      turned on, and that areas IBM, number 56 and comp.os.cpm are turned
  553.      off. The files CRR0130.ZIP and ZDE16.LBR are requested.
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.                            (c) 1990,1991 Paul Martin
  568.  
  569.  
  570.  
  571.      Page [10]                                       CRR 1.30 Documentation
  572.  
  573.      ____ _________     ____ _________     ____ _________     Fido Etiquette     Fido Etiquette     Fido Etiquette
  574.  
  575.      When using quoting, only quote the minimum necessary for people to
  576.      follow the thread of the conversation. In general, there should be
  577.      more message than quote.
  578.  
  579.      Keep your messages as short as you can. If a message is more than two
  580.      screens in length it's probably too long.
  581.  
  582.      Leave a blank line between your message and any quote line.
  583.  
  584.      Leave a blank line between paragraphs.
  585.  
  586.      Separate your message into paragraphs. It makes it easier for the eye
  587.      to follow.
  588.  
  589.      Large amounts of blank lines in a message look untidy, especially at
  590.      the end of a message.
  591.  
  592.      Don't feel obliged to reply to every message.
  593.  
  594.      Don't leave private messages in public areas. CRR now only allows
  595.      public messages unless told otherwise by the ACCESSx.XRS file. Private
  596.      messages are always allowed in the LOCAL area. If you want to send a
  597.      private message to someone on another board use netmail.
  598.  
  599.      Don't use echo areas for local chatter.
  600.  
  601.      Don't leave offensive messages. Don't leave messages that would bring
  602.      FidoNet into ill-repute.
  603.  
  604.      Some message areas do not allow the use of signatures. In these areas
  605.      don't include a signature line.
  606.  
  607.      Pedantry for its own sake does not engender good feelings.
  608.  
  609.      Don't use netmail without getting the sysop's consent.
  610.  
  611.      Don't send international netmail without getting the sysop's blessing.
  612.      Grovelling may help. You may be asked to pay. An air-mail letter will
  613.      almost certainly take less time, and may in the long term be cheaper.
  614.  
  615.      Remember that FidoNet is run by enthusiasts who give up their own time
  616.      and money to provide the service.
  617.  
  618.      In short, show due consideration to others.
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629.  
  630.                            (c) 1990,1991 Paul Martin
  631.  
  632.  
  633.  
  634.      Page [11]                                       CRR 1.30 Documentation
  635.  
  636.      _____ ____ __ ___     _____ ____ __ ___     _____ ____ __ ___     Files used by CRR     Files used by CRR     Files used by CRR
  637.  
  638.      Temporary files:     Temporary files:
  639.  
  640.      EDIT    .CRR   Response currently being edited.
  641.      M???????.CRR   Outgoing messages.
  642.      M00?????.CRR   Outgoing message index.
  643.  
  644.      $$$     .SUB   This is a special record-type submit file, which does
  645.                     not need SUBMIT.COM.
  646.  
  647.      Permanent files:     Permanent files:
  648.  
  649.      CRR     .COM   CRR itself.
  650.      CRR     .000   CRR's overlays.
  651.      CRRSTATE.CRR   Various internal pointers.
  652.  
  653.      User provided files:     User provided files:
  654.  
  655.      DEFAULTS.CRR   Setup file
  656.  
  657.      Message packet files:     Message packet files:
  658.  
  659.      ACCESS1 .XRS (used if present)
  660.      AREAS1  .XRS
  661.      BAT1MAIL.XRS
  662.      MAIL1IDX.XRS
  663.      SUMMARY1.XRS
  664.      USER1   .XRS
  665.      XORIGIN .XRS (used if present)
  666.  
  667.      Response packets:     Response packets: (to be uploaded)
  668.  
  669.      ????????.XXY   ???????? is an 8 digit hex number, unique to you
  670.                     XX is the first two letters of the current day name
  671.                     Y  is the number of the packet
  672.                     eg. 7452FF9B.MO1
  673.  
  674.      The response packet and the .CRR files should be on the same drive as
  675.      the CRR program itself.
  676.  
  677.      ----------------------------------------------------------------------
  678.  
  679.      XRS, XRS-Door, QMX, RAX, and RAQMX are trademarks of Mike Ratledge and
  680.      Smokin' Software.
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693.                            (c) 1990,1991 Paul Martin
  694.  
  695.